version 2.0
|
Meta Tags & Fields Applet
Search Applet
If your Meta Tags are for example:
in document 1
<meta name="category" content="comedy">
in document 2
<meta name="category" content="drama">
You may wish to allow the users to narrow their search to "comedy" or "drama". To accomplish this add checkboxes to your Search Applet, as in the example below:
All Rights Reserved Innotech ©1998
To use the NetResults Meta Tags & Fields Applet on your CD-ROM with checkboxes:
Copy the parameters below. Paste them into your search page. Save your search page in the "NRCDsearch/netresults/Html/search" directory
<applet code="CDSearch.class" width=480 height=150>
<param name="scope" value="EXPANDED:SIMPLE">
<param name="sort" value="NOSORT:SORT">
<!-- Below is the place where you can insert your additional -->
<!-- custom Fields and Checkboxes, you can have up to 6 of each. -->
<!-- The format for the value fields is: -->
<!-- "Fielded Search:state at startup:Label in applet" -->
<!--For example-->
<param name="cbox1" value="category=comedy:ON:Search in comedy only">
<param name="cbox2" value="category=drama:OFF:Search in drama only">
<!-- Parameters for default page: -->
<param name=background value="back.gif">
<param name="imagenum" value="18">
<param name="imageprefix" value="img00">
<param name="host" value="localhost">
<--or in case of dial-up access remove the comment tag
in the parameter below and comment the line above-->
<--param name="host" value="127.0.0.1"-->
</applet>
|
Follow this link for other options.
http://www.netresults-search.com
NetResults is a trademark of Innotech Multimedia Corporation.
|